address issue #1119 (serialization with protected/private constructor)#1181
address issue #1119 (serialization with protected/private constructor)#1181stephengold merged 4 commits intojMonkeyEngine:masterfrom stephengold:master
Conversation
|
Transferred @pspeed42 comment from the other thread (#1180 (comment))
|
|
@pspeed42 is correct; that 2nd |
|
Well, I mean setAccessible() on the constructor you will actually use might be better than calling it on every constructor in the whole class. It also means the find constructor method is doing what it says and not extra stuff. |
|
Much better. |
No description provided.